home *** CD-ROM | disk | FTP | other *** search
/ Creating Your Own America Online Web Pages / Creating Your Own America Online Web Pages.iso / TOOLS / WHTTPD / HTDOCS / HTTPDDOC / INFO / AUTHXMPL / BYDOMEXC / #HACCESS.CTL next >
Encoding:
Text File  |  1994-05-07  |  198 b   |  12 lines

  1. AuthUserFile c:/httpd/conf/empty.pwd
  2. AuthGroupFile c:/httpd/conf/empty.pwd
  3. AuthName Example
  4. AuthType Basic
  5.  
  6. <Limit GET>
  7. order allow,deny
  8. allow from all
  9. deny from .ncsa.uiuc.edu
  10. </Limit>
  11.  
  12.